.listHolder, .contentHolderAbout{
  position: relative;
  margin: auto;
  width: 480px;
  padding-top: 15px;
  /* background-image: url("../img/backLightGrey.png");
  background-color: #fff;
  border-radius: 5px; */
}

.contentHolderAbout{
  display: none;
  padding-bottom: 1px;
}

.listEach{
  position: relative;
  float: left;
  width: calc(100% - 30px);
  height: 50px;
  border: 1px solid #bbb;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px #eee;
  text-align: left;
  font-size: 100%;
  line-height: 50px;
  margin: 0 0 10px 10px;
  padding: 0 5px 0 5px;
  transition: box-shadow 0.1s linear;
  transition: border 0.1s linear;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.listEach img{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
}

/* .listEach:hover{
  box-shadow: 0 0 3px 1px #bbb;
  border: 1px solid #555;
} */

.aboutEach{
  position: relative;
  margin: 10px auto 10px;
  width: 458px;
  height: auto;
  border: 1px solid #bbb;
  background-color: #fff;
  display: none;
  border-radius: 5px;
}

.aboutEach h3{
  position: relative;
  width: 300px;
  height: 25px;
  margin: auto;
  padding: 20px;
  color: 222;
  font-size: 120%;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #bbb;
}

.aboutEach p{
  position: relative;
  margin: 0;
  width: calc(100% - 40px);
  padding: 20px;
  font-size: 100%;
  text-align: left;
}

.aboutEach img{
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 0;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #100d09;
  background-color: #2c415d;
}

.listHolderClose{
  position: relative;
  float: center;
  margin: 0 auto;
  width: 448px;
  background-color: #fff;
  text-align: left;
  height: 50px;
  line-height: 50px;
  font-size: 100%;
  border: 1px solid #bbb;
  cursor: pointer;
  padding: 0 5px 0 5px;
  display: none;
  transition: box-shadow 0.1s linear;
  transition: border 0.1s linear;
  border-radius: 5px;
}

.listHolderClose img{
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
}

b{
  font-size: 110%;
}
